home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / compress / zzap66a.zip / WHATS.NEW < prev    next >
Text File  |  1992-10-23  |  4KB  |  74 lines

  1. CAUTION!  As of version 6.4a, switch /X was switched to /M.  /X is
  2. now used to enable or disable SFX file processing.
  3.  
  4. Features added to version 6.6
  5.  
  6.    ■ As further protection from viruses and trojans ZZAP can now
  7.      compute the 32-bit CRC of any program, such as SCAN.EXE,
  8.      before executing it.  If the CRC is not correct ZZAP will
  9.      not execute the program.  CRC verification of virus scanning
  10.      programs is highly recommended. The the section on the /Y
  11.      switch and the file MAKECRC.DOC for instructions.
  12.    ■ Oops, I didn't properly document the new /L command line
  13.      switch.  Good thing too, as I've since reversed the meaning
  14.      of the switch to opposite of what is was first implemented.
  15.      The log file now defaults to only displaying error messages.
  16.      If you wish the file summary information that was previously
  17.      the default you must use the /L to turn on the long form log
  18.      file.  See ZZAP.DOC information on activating the log file.
  19.    ■ Program files (EXE and COM) that are not SFX are now moved
  20.      to the bad directory (or renamed to '*.!?!') if NOTSFX=BAD.
  21.      This option is intended for sysops who don't care for
  22.      non-SFX program files to be uploaded to their BBS.  The
  23.      moving/renaming of program files only applies to the program
  24.      files that are NOT inside an archive. Program files inside
  25.      an archive are never treated as bad files if they are not
  26.      SFX archives, regardless of the settings of the SFX options
  27.      and switches.
  28.    ■ Made some minor changes to the display so error messages
  29.      would be easier to read.
  30.    ■ You can no longer define your PRE, MID, and POST programs in
  31.      the environment.  Nobody used this feature so wasn't worth the
  32.      extra maintanence headache.
  33.  
  34. Features added to version 6.5
  35.  
  36.    ■ Fixed bug where it would lose track of files when converting
  37.      archives not in the default directory.
  38.    ■ The summary information now contains the correct old and new
  39.      file sizes.
  40.    ■ You can now include environment variables in the configuration
  41.      file.  You must enclose the variable name on both sides with
  42.      the percent character, e.g.
  43.  
  44.                 DEFAULT=%WHICH%
  45.  
  46.      For the above example, at the command line you could then
  47.      type "SET WHICH=ZIP" and the variable will be properly
  48.      replaced when the configuration file is processed.  If the
  49.      specified environment variable does not exist it will be
  50.      left in the line.
  51.    ■ Added the WORKDRIVE= command.
  52.    ■ Added the NESTED= command.
  53.    ■ Further enhanced the processing of self-extracting archives.
  54.      It will now optionally check executables contained in an
  55.      archive for self-extracting status.  See NESTEDSFX= in the
  56.      manual.
  57.    ■ Added option to ignore executables that are not self-
  58.      extracting archives instead of treating them as corrupted
  59.      archives.  See NONSFX= in the manual.
  60.  
  61. Features added to version 6.4
  62.  
  63.    ■ Now supports detection and processing of self-extraction
  64.      archives (SFX).  The SFX= command in the configuration file
  65.      is used to declare how to detect an SFX file type (see the
  66.      manual for additional details).
  67.    ■ /X (enable/disable ems/xms) has been changed to /M.
  68.    ■ The new /X switch enables and disables the detection and
  69.      processing of self-extracting archives when a wildcard
  70.      extension (.*) is specified in the filename.  The switch is
  71.      not necessary if an explicit extension of .EXE or .COM is
  72.      given.
  73.  
  74.